isTimeColumn
isTimeColumn
isTimeColumn(col: ChartColumn ) : boolean
Checks if a specified column has a data type of 'TIME'.
Function Parameters
col:::
- col: ChartColumn
The column to check, represented as a
Returns
boolean
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L259
--